02. Coding Exercises
Coding exercises that accompany this lesson are provided in this GitHub repo:
https://github.com/udacity/AIND-NLP
- Clone the repo on your local machine.
- Follow the instructions provided in README.md to setup your Python environment.
- (Optional) Download all
nltk
data packages (10+GB), or get them later as needed. - Launch the notebook:
jupyter notebook text_processing.ipynb
Then follow along as you go through the lesson. Feel free to pause and experiment with the tools and libraries you're learning!